翻訳と辞書
Words near each other
・ Simplicial complex
・ Simplicial group
・ Simple Pleasure
・ Simple Pleasures
・ Simple Pleasures (Alison Brown album)
・ Simple Pleasures (Bobby McFerrin album)
・ Simple polygon
・ Simple polytope
・ Simple Power
・ Simple precedence grammar
・ Simple precedence parser
・ Simple present
・ Simple prioritization
・ Simple programmable logic device
・ Simple public-key infrastructure
Simple random sample
・ Simple rational approximation
・ Simple resolution
・ Simple ring
・ Simple Science
・ Simple Sensor Interface protocol
・ Simple sequence length polymorphism
・ Simple series
・ Simple Service Discovery Protocol
・ Simple set
・ Simple shear
・ Simple Simon
・ Simple Simon (1922 film)
・ Simple Simon (2010 film)
・ Simple Simon (INXS song)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Simple random sample : ウィキペディア英語版
Simple random sample

In statistics, a simple random sample is a subset of individuals (a sample) chosen from a larger set (a population). Each individual is chosen randomly and entirely by chance, such that each individual has the same probability of being chosen at any stage during the sampling process, and each subset of ''k'' individuals has the same probability of being chosen for the sample as any other subset of ''k'' individuals. This process and technique is known as simple random sampling, and should not be confused with systematic random sampling. A simple random sample is an unbiased surveying technique.
Simple random sampling is a basic type of sampling, since it can be a component of other more complex sampling methods. The principle of simple random sampling is that every object has the same probability of being chosen. For example, suppose ''N'' college students want to get a ticket for a basketball game, but there are only ''X'' < ''N'' tickets for them, so they decide to have a fair way to see who gets to go. Then, everybody is given a number in the range from 0 to ''N''-1, and random numbers are generated, either electronically or from a table of random numbers. Numbers outside the range from 0 to ''N''-1 are ignored, as are any numbers previously selected. The first ''X'' numbers would identify the lucky ticket winners.
In small populations and often in large ones, such sampling is typically done "without replacement", i.e., one deliberately avoids choosing any member of the population more than once. Although simple random sampling can be conducted with replacement instead, this is less common and would normally be described more fully as simple random sampling with replacement.
Sampling done without replacement is no longer independent, but still satisfies exchangeability, hence many results still hold. Further, for a small sample from a large population, sampling without replacement is approximately the same as sampling with replacement, since the odds of choosing the same individual twice is low.
An unbiased random selection of individuals is important so that if a large number of samples were drawn, the average sample would accurately represent the population. However, this does not guarantee that a particular sample is a perfect representation of the population. Simple random sampling merely allows one to draw externally valid conclusions about the entire population based on the sample.
Conceptually, simple random sampling is the simplest of the probability sampling techniques. It requires a complete sampling frame, which may not be available or feasible to construct for large populations. Even if a complete frame is available, more efficient approaches may be possible if other useful information is available about the units in the population.
Advantages are that it is free of classification error, and it requires minimum advance knowledge of the population other than the frame. Its simplicity also makes it relatively easy to interpret data collected in this manner. For these reasons, simple random sampling best suits situations where not much information is available about the population and data collection can be efficiently conducted on randomly distributed items, or where the cost of sampling is small enough to make efficiency less important than simplicity. If these conditions do not hold, stratified sampling or cluster sampling may be a better choice.
== Algorithms ==
Several efficient algorithms for simple random sampling have been developed. A naive algorithm is the draw-by-draw algorithm where at each step we remove item from the set with equal probability and put in the sample. We continue until we have sample of desired size k. The drawback of this method is that it requires random access in the set.
The selection-rejection algorithm developed by Fan et al in 1962 requires single pass over data however its sequential algorithm and requires knowledge of total count of items n which is not available in streaming scenarios.
A very simple random sort algorithm was proved by Sunter in 1977 which simply assigns a random number drawn from uniform distribution (0, 1) as key to each item, sorts all items using the key and selects the smallest k items.
J. Vitter in 1985 proposed reservoir sampling algorithm which is often widely used. This algorithm does not require advance knowledge of n and uses constant space.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Simple random sample」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.